coloring problem
colouring problem,
minimum coloring problem,
k-coloring problem,
graph coloring,
graph coloring problem,
图着色问题
#complexity_theory
#complexity_theory
Definition
Given graph , the coloring problem asks for an assignment of colors to vertices . A coloring is proper if adjacent vertices receive different colors, i.e. , .
The minimum coloring problem asks for the smallest to properly color .
The k-coloring problem asks whether can be properly colored using colors.
We call the subset of vertices receiving the same color a color class. In a proper coloring every color class is an independent set (i.e. no two vertices in the set are adjacent, meaning no two vertices in the set share an edge).
The chromatic number of a graph is the smallest such that admits a k-proper coloring.
3-coloring
Theorem, 3-coloring is NP-complete.